home *** CD-ROM | disk | FTP | other *** search
- name Japax EDM 4 Axis
-
- % 00
- / 00
- O >4
- N >4
- G >2
- X ->3.>4
- Y ->3.>4
- I ->3.>4
- J ->3.>4
- K ->3.>4
- L ->3.>4
- U ->3.>5 IncFrom X
- V ->3.>5 IncFrom Y
- A ->3.>4
- Q ->3.>4
- R ->3.>4
- P >40
- F >1.3
- H >2
- D >2
- T >2
- M >2
- S >4
-
- ModalLetters X Y Z F R # List of letters that are modal
-
- ModalGs # List of g codes that are modal
-
- Sequence#s N 0 1 1 # Char, freq, incr & start
- First#? N # Y or N 'Output 1st sequence no.
- Last#? N # Y or N 'Output last sequence no.
-
- HCode X U # X or X U 'Horizontal char.
- VCode Y V # Y or Y V 'Vertical char.
- FeedCode F # Feed rate char.
-
- Comment ( ) # Begin End comment char.
-
- Coolant 8 9 7 # On, Off & Mist m codes
- DComp 41 42 40 # Left, Right & Cancel m codes
- LComp 43 49 # On & Off codes
-
- Feed G1 # Linear move
- Rapid G0 # Rapid positioning word
- Cw G2 # Circular move clockwise
- Ccw G3 # Circular move counter clockwise
-
- Inc/Abs G 91 90 # Inc & Abs char. & values
-
- Work G # Work offset register
-
- Spaces? Y # Y or N 'Spaces between words
-
- Incremental? N # Y or N 'Inc or abs output
- CtrIncremental? Y # Y or N 'Inc or abs I & J
- ByQuadrants? N # Y or N 'Break arcs at quadrants
- CtrCode I J K L
-
- Inch/MM 20 21 # Inch & Metric g codes
-
- UppercaseComments? Y # Y or N 'Require uppercase comments
-
- MaxRad 999 .0005 # Chordal breakdown value
- ArcWithSame? N # Support XY/UV arc records
- ArcWithLine? N # Support UV arc records
-
- StartCode # Start of the program
- %0
- G[Unitmode]
- G92 X0 Y0
- End
-
- 1stToolChange # First tool change
- G0 X[H] Y[V]
- End
-
- Infeed # Enable cutter comp
- G[Side] X[H] Y[V] U[H2] V[V2] A[Lcomp] D[Dcomp]
- end
-
- Outfeed # Disable cutter comp
- G1 G40 X[H] Y[V] U[H2] V[V2]
- end
-
- ToolChange # Secondary tool changes
- G0
- M1
- M[Direct] S[Speed]
- G0 X[H] Y[V]
- End
-
- EndCode # End of the program
- A0 D0
- G40 M02
- %0
- End
-